Html Css Color HEX #AFEC6B Conifer

📋 copy color: '#AFEC6B'

red 175 ◦ green 236 ◦ blue 107

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

Shades of Conifer #AFEC6B

Tints of Conifer #AFEC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.56%

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

R = 33.78%
G = 45.56%
B = 20.66%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#AFEC6B (or 0xAFEC6B) is known color: Conifer. HEX triplet: AF, EC and 6B. RGB value is (175,236,107). Sum of RGB (Red+Green+Blue) = 175+236+107=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC6B is #501394. Grayscale: #CBCBCB. Windows color (decimal): -5247893 or 7072943. OLE color: 7072943.

HSL color Cylindrical-coordinate representation of color #AFEC6B: hue angle of 88.37º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFEC6B is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 236 107 -
CMYK 0.26 0 0.55 0.07
HSL 88.37º 0.77% 0.67% -
HSV(B) 88.37º 0.55% 0.93% -
XYZ 50.33 70.17 24.8 -
YUV 203.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 175 236 107 0.26 0 0.55 0.07 88.37 0.77 0.67
Hex AF EC 6B 1A 0 37 7 58 4D 43
Octal 257 354 153 32 0 67 7 130 115 103
Binary 10101111 11101100 1101011 11010 0 110111 111 1011000 1001101 1000011

Color Harmonies of #AFEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC6B

Black with #AFEC6B

Text Example


Text Example

White with #AFEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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