Html Css Color HEX #AFFF60 Conifer

📋 copy color: '#AFFF60'

red 175 ◦ green 255 ◦ blue 96

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

Shades of Conifer #AFFF60

Tints of Conifer #AFFF60

RGB

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

 GREEN value IS 255 (100% from 255) = 48.48%

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

R = 33.27%
G = 48.48%
B = 18.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#AFFF60 (or 0xAFFF60) is known color: Conifer. HEX triplet: AF, FF and 60. RGB value is (175,255,96). Sum of RGB (Red+Green+Blue) = 175+255+96=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 96 (37.89% from 255 or 18.25% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF60 is #50009F. Grayscale: #D5D5D5. Windows color (decimal): -5243040 or 6356911. OLE color: 6356911.

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

Color convert

RGB 175 255 96 -
CMYK 0.31 0 0.62 0
HSL 90.19º 1% 0.69% -
HSV(B) 90.19º 0.62% 1% -
XYZ 55.55 81.48 23.87 -
YUV 212.95 62 100.93 -
System Red Green Blue C M Y K H S L
Decimal 175 255 96 0.31 0 0.62 0 90.19 1 0.69
Hex AF FF 60 1F 0 3E 0 5A 64 45
Octal 257 377 140 37 0 76 0 132 144 105
Binary 10101111 11111111 1100000 11111 0 111110 0 1011010 1100100 1000101

Color Harmonies of #AFFF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFF60

Black with #AFFF60

Text Example


Text Example

White with #AFFF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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