Html Css Color HEX #AFE66D Conifer

📋 copy color: '#AFE66D'

red 175 ◦ green 230 ◦ blue 109

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

Shades of Conifer #AFE66D

Tints of Conifer #AFE66D

RGB

 RED value IS 175 (68.75% from 255) = 34.05%

 GREEN value IS 230 (90.23% from 255) = 44.75%

 BLUE value IS 109 (42.97% from 255) = 21.21%

R = 34.05%
G = 44.75%
B = 21.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#AFE66D (or 0xAFE66D) is known color: Conifer. HEX triplet: AF, E6 and 6D. RGB value is (175,230,109). Sum of RGB (Red+Green+Blue) = 175+230+109=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE66D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE66D is #501992. Grayscale: #C8C8C8. Windows color (decimal): -5249427 or 7202479. OLE color: 7202479.

HSL color Cylindrical-coordinate representation of color #AFE66D: hue angle of 87.27º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE66D is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 109 -
CMYK 0.24 0 0.53 0.10
HSL 87.27º 0.71% 0.66% -
HSV(B) 87.27º 0.53% 0.9% -
XYZ 48.74 66.81 24.8 -
YUV 199.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 175 230 109 0.24 0 0.53 0.10 87.27 0.71 0.66
Hex AF E6 6D 18 0 35 A 57 47 42
Octal 257 346 155 30 0 65 12 127 107 102
Binary 10101111 11100110 1101101 11000 0 110101 1010 1010111 1000111 1000010

Color Harmonies of #AFE66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE66D

Black with #AFE66D

Text Example


Text Example

White with #AFE66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE66D; }

 p { color: rgb(175,230,109); }

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

background-color css

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

 a { background-color: rgb(175,230,109); }

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

border-color css

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

 span { border-color: rgb(175,230,109); }

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