Html Css Color HEX #AFFC5A Conifer

📋 copy color: '#AFFC5A'

red 175 ◦ green 252 ◦ blue 90

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

Shades of Conifer #AFFC5A

Tints of Conifer #AFFC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 17.41%

R = 33.85%
G = 48.74%
B = 17.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#AFFC5A (or 0xAFFC5A) is known color: Conifer. HEX triplet: AF, FC and 5A. RGB value is (175,252,90). Sum of RGB (Red+Green+Blue) = 175+252+90=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 90 (35.55% from 255 or 17.41% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC5A is #5003A5. Grayscale: #D3D3D3. Windows color (decimal): -5243814 or 5962927. OLE color: 5962927.

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

Color convert

RGB 175 252 90 -
CMYK 0.31 0 0.64 0.01
HSL 88.52º 0.96% 0.67% -
HSV(B) 88.52º 0.64% 0.99% -
XYZ 54.34 79.47 22.15 -
YUV 210.51 59.99 102.67 -
System Red Green Blue C M Y K H S L
Decimal 175 252 90 0.31 0 0.64 0.01 88.52 0.96 0.67
Hex AF FC 5A 1F 0 40 1 59 60 43
Octal 257 374 132 37 0 100 1 131 140 103
Binary 10101111 11111100 1011010 11111 0 1000000 1 1011001 1100000 1000011

Color Harmonies of #AFFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC5A

Black with #AFFC5A

Text Example


Text Example

White with #AFFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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