Html Css Color HEX #AFFC60 Conifer

📋 copy color: '#AFFC60'

red 175 ◦ green 252 ◦ blue 96

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

Shades of Conifer #AFFC60

Tints of Conifer #AFFC60

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.18%

 BLUE value IS 96 (37.89% from 255) = 18.36%

R = 33.46%
G = 48.18%
B = 18.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#AFFC60 (or 0xAFFC60) is known color: Conifer. HEX triplet: AF, FC and 60. RGB value is (175,252,96). Sum of RGB (Red+Green+Blue) = 175+252+96=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 96 (37.89% from 255 or 18.36% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC60 is #50039F. Grayscale: #D3D3D3. Windows color (decimal): -5243808 or 6356143. OLE color: 6356143.

HSL color Cylindrical-coordinate representation of color #AFFC60: hue angle of 89.62º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFFC60 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 252 96 -
CMYK 0.31 0 0.62 0.01
HSL 89.62º 0.96% 0.68% -
HSV(B) 89.62º 0.62% 0.99% -
XYZ 54.6 79.58 23.55 -
YUV 211.19 62.99 102.18 -
System Red Green Blue C M Y K H S L
Decimal 175 252 96 0.31 0 0.62 0.01 89.62 0.96 0.68
Hex AF FC 60 1F 0 3E 1 5A 60 44
Octal 257 374 140 37 0 76 1 132 140 104
Binary 10101111 11111100 1100000 11111 0 111110 1 1011010 1100000 1000100

Color Harmonies of #AFFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC60

Black with #AFFC60

Text Example


Text Example

White with #AFFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC60; }

 p { color: rgb(175,252,96); }

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

background-color css

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

 a { background-color: rgb(175,252,96); }

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

border-color css

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

 span { border-color: rgb(175,252,96); }

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