Html Css Color HEX #AFF464 Conifer

📋 copy color: '#AFF464'

red 175 ◦ green 244 ◦ blue 100

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

Shades of Conifer #AFF464

Tints of Conifer #AFF464

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.01%

 BLUE value IS 100 (39.45% from 255) = 19.27%

R = 33.72%
G = 47.01%
B = 19.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#AFF464 (or 0xAFF464) is known color: Conifer. HEX triplet: AF, F4 and 64. RGB value is (175,244,100). Sum of RGB (Red+Green+Blue) = 175+244+100=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 100 (39.45% from 255 or 19.27% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF464 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF464 is #500B9B. Grayscale: #CFCFCF. Windows color (decimal): -5245852 or 6616239. OLE color: 6616239.

HSL color Cylindrical-coordinate representation of color #AFF464: hue angle of 88.75º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFF464 is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 244 100 -
CMYK 0.28 0 0.59 0.04
HSL 88.75º 0.87% 0.67% -
HSV(B) 88.75º 0.59% 0.96% -
XYZ 52.33 74.74 23.72 -
YUV 206.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 175 244 100 0.28 0 0.59 0.04 88.75 0.87 0.67
Hex AF F4 64 1C 0 3B 4 59 57 43
Octal 257 364 144 34 0 73 4 131 127 103
Binary 10101111 11110100 1100100 11100 0 111011 100 1011001 1010111 1000011

Color Harmonies of #AFF464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF464

Black with #AFF464

Text Example


Text Example

White with #AFF464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF464; }

 p { color: rgb(175,244,100); }

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

background-color css

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

 a { background-color: rgb(175,244,100); }

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

border-color css

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

 span { border-color: rgb(175,244,100); }

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