Html Css Color HEX #AFEC66 Conifer

📋 copy color: '#AFEC66'

red 175 ◦ green 236 ◦ blue 102

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

Shades of Conifer #AFEC66

Tints of Conifer #AFEC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.88%

R = 34.11%
G = 46%
B = 19.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#AFEC66 (or 0xAFEC66) is known color: Conifer. HEX triplet: AF, EC and 66. RGB value is (175,236,102). Sum of RGB (Red+Green+Blue) = 175+236+102=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 236 (92.58% from 255 or 46.00% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC66 is #501399. Grayscale: #CACACA. Windows color (decimal): -5247898 or 6745263. OLE color: 6745263.

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

Color convert

RGB 175 236 102 -
CMYK 0.26 0 0.57 0.07
HSL 87.31º 0.78% 0.66% -
HSV(B) 87.31º 0.57% 0.93% -
XYZ 50.07 70.06 23.45 -
YUV 202.49 71.29 108.4 -
System Red Green Blue C M Y K H S L
Decimal 175 236 102 0.26 0 0.57 0.07 87.31 0.78 0.66
Hex AF EC 66 1A 0 39 7 57 4E 42
Octal 257 354 146 32 0 71 7 127 116 102
Binary 10101111 11101100 1100110 11010 0 111001 111 1010111 1001110 1000010

Color Harmonies of #AFEC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC66

Black with #AFEC66

Text Example


Text Example

White with #AFEC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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