Html Css Color HEX #AFEC68 Conifer

📋 copy color: '#AFEC68'

red 175 ◦ green 236 ◦ blue 104

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

Shades of Conifer #AFEC68

Tints of Conifer #AFEC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.19%

R = 33.98%
G = 45.83%
B = 20.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#AFEC68 (or 0xAFEC68) is known color: Conifer. HEX triplet: AF, EC and 68. RGB value is (175,236,104). Sum of RGB (Red+Green+Blue) = 175+236+104=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 236 (92.58% from 255 or 45.83% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 236 - color contains mainly: green. Hex color #AFEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFEC68 is #501397. Grayscale: #CBCBCB. Windows color (decimal): -5247896 or 6876335. OLE color: 6876335.

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

Color convert

RGB 175 236 104 -
CMYK 0.26 0 0.56 0.07
HSL 87.73º 0.78% 0.67% -
HSV(B) 87.73º 0.56% 0.93% -
XYZ 50.17 70.1 23.98 -
YUV 202.71 72.29 108.23 -
System Red Green Blue C M Y K H S L
Decimal 175 236 104 0.26 0 0.56 0.07 87.73 0.78 0.67
Hex AF EC 68 1A 0 38 7 58 4E 43
Octal 257 354 150 32 0 70 7 130 116 103
Binary 10101111 11101100 1101000 11010 0 111000 111 1011000 1001110 1000011

Color Harmonies of #AFEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEC68

Black with #AFEC68

Text Example


Text Example

White with #AFEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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