Html Css Color HEX #D0F7AF Tea Green

📋 copy color: '#D0F7AF'

red 208 ◦ green 247 ◦ blue 175

#D0F7AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D0F7AF

Tints of Tea Green #D0F7AF

RGB

 RED value IS 208 (81.64% from 255) = 33.02%

 GREEN value IS 247 (96.88% from 255) = 39.21%

 BLUE value IS 175 (68.75% from 255) = 27.78%

R = 33.02%
G = 39.21%
B = 27.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D0F7AF (or 0xD0F7AF) is known color: Tea Green. HEX triplet: D0, F7 and AF. RGB value is (208,247,175). Sum of RGB (Red+Green+Blue) = 208+247+175=630 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.02% from 630); Green value is 247 (96.88% from 255 or 39.21% from 630); Blue value is 175 (68.75% from 255 or 27.78% from 630); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0F7AF is #2F0850. Grayscale: #E3E3E3. Windows color (decimal): -3082321 or 11532240. OLE color: 11532240.

HSL color Cylindrical-coordinate representation of color #D0F7AF: hue angle of 92.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0F7AF is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 247 175 -
CMYK 0.16 0 0.29 0.03
HSL 92.5º 0.82% 0.83% -
HSV(B) 92.5º 0.29% 0.97% -
XYZ 67.01 83.03 53.05 -
YUV 227.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 208 247 175 0.16 0 0.29 0.03 92.5 0.82 0.83
Hex D0 F7 AF 10 0 1D 3 5C 52 53
Octal 320 367 257 20 0 35 3 134 122 123
Binary 11010000 11110111 10101111 10000 0 11101 11 1011100 1010010 1010011

Color Harmonies of #D0F7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F7AF

Black with #D0F7AF

Text Example


Text Example

White with #D0F7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F7AF; }

 p { color: rgb(208,247,175); }

 H1.HeaderClassName
 {
   color: #D0F7AF;
 }
 .AnyTagClassName
 {
   color: #D0F7AF;
 }
</style>

background-color css

<style>
 a { background-color: #D0F7AF; }

 a { background-color: rgb(208,247,175); }

 div.DivClassName
 {
   background-color: #D0F7AF;
 }
 .BgClassName
 {
   background-color: #D0F7AF;
 }
</style>

border-color css

<style>
 span { border-color: #D0F7AF; }

 span { border-color: rgb(208,247,175); }

 td.TdClassName
 {
   border-color: #D0F7AF;
 }
 .TagClassName
 {
   border-color: #D0F7AF;
 }
</style>