Html Css Color HEX #AFE16D Conifer

📋 copy color: '#AFE16D'

red 175 ◦ green 225 ◦ blue 109

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

Shades of Conifer #AFE16D

Tints of Conifer #AFE16D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.2%

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

R = 34.38%
G = 44.2%
B = 21.41%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#AFE16D (or 0xAFE16D) is known color: Conifer. HEX triplet: AF, E1 and 6D. RGB value is (175,225,109). Sum of RGB (Red+Green+Blue) = 175+225+109=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE16D is #501E92. Grayscale: #C5C5C5. Windows color (decimal): -5250707 or 7201199. OLE color: 7201199.

HSL color Cylindrical-coordinate representation of color #AFE16D: hue angle of 85.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE16D is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 109 -
CMYK 0.22 0 0.52 0.12
HSL 85.86º 0.66% 0.65% -
HSV(B) 85.86º 0.52% 0.88% -
XYZ 47.36 64.07 24.34 -
YUV 196.83 78.44 112.43 -
System Red Green Blue C M Y K H S L
Decimal 175 225 109 0.22 0 0.52 0.12 85.86 0.66 0.65
Hex AF E1 6D 16 0 34 C 56 42 41
Octal 257 341 155 26 0 64 14 126 102 101
Binary 10101111 11100001 1101101 10110 0 110100 1100 1010110 1000010 1000001

Color Harmonies of #AFE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE16D

Black with #AFE16D

Text Example


Text Example

White with #AFE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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