Html Css Color HEX #AFE16B Conifer

📋 copy color: '#AFE16B'

red 175 ◦ green 225 ◦ blue 107

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

Shades of Conifer #AFE16B

Tints of Conifer #AFE16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.1%

R = 34.52%
G = 44.38%
B = 21.1%

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

#AFE16B (or 0xAFE16B) is known color: Conifer. HEX triplet: AF, E1 and 6B. RGB value is (175,225,107). Sum of RGB (Red+Green+Blue) = 175+225+107=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE16B is #501E94. Grayscale: #C5C5C5. Windows color (decimal): -5250709 or 7070127. OLE color: 7070127.

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

Color convert

RGB 175 225 107 -
CMYK 0.22 0 0.52 0.12
HSL 85.42º 0.66% 0.65% -
HSV(B) 85.42º 0.52% 0.88% -
XYZ 47.26 64.03 23.78 -
YUV 196.6 77.44 112.59 -
System Red Green Blue C M Y K H S L
Decimal 175 225 107 0.22 0 0.52 0.12 85.42 0.66 0.65
Hex AF E1 6B 16 0 34 C 55 42 41
Octal 257 341 153 26 0 64 14 125 102 101
Binary 10101111 11100001 1101011 10110 0 110100 1100 1010101 1000010 1000001

Color Harmonies of #AFE16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE16B

Black with #AFE16B

Text Example


Text Example

White with #AFE16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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