Html Css Color HEX #AFE16C Conifer

📋 copy color: '#AFE16C'

red 175 ◦ green 225 ◦ blue 108

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

Shades of Conifer #AFE16C

Tints of Conifer #AFE16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.26%

R = 34.45%
G = 44.29%
B = 21.26%

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

#AFE16C (or 0xAFE16C) is known color: Conifer. HEX triplet: AF, E1 and 6C. RGB value is (175,225,108). Sum of RGB (Red+Green+Blue) = 175+225+108=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE16C is #501E93. Grayscale: #C5C5C5. Windows color (decimal): -5250708 or 7135663. OLE color: 7135663.

HSL color Cylindrical-coordinate representation of color #AFE16C: hue angle of 85.64º 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 #AFE16C is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 225 108 -
CMYK 0.22 0 0.52 0.12
HSL 85.64º 0.66% 0.65% -
HSV(B) 85.64º 0.52% 0.88% -
XYZ 47.31 64.05 24.06 -
YUV 196.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 175 225 108 0.22 0 0.52 0.12 85.64 0.66 0.65
Hex AF E1 6C 16 0 34 C 56 42 41
Octal 257 341 154 26 0 64 14 126 102 101
Binary 10101111 11100001 1101100 10110 0 110100 1100 1010110 1000010 1000001

Color Harmonies of #AFE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE16C

Black with #AFE16C

Text Example


Text Example

White with #AFE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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