Html Css Color HEX #AFFC5D Conifer

📋 copy color: '#AFFC5D'

red 175 ◦ green 252 ◦ blue 93

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

Shades of Conifer #AFFC5D

Tints of Conifer #AFFC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 33.65%
G = 48.46%
B = 17.88%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#AFFC5D (or 0xAFFC5D) is known color: Conifer. HEX triplet: AF, FC and 5D. RGB value is (175,252,93). Sum of RGB (Red+Green+Blue) = 175+252+93=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFC5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFC5D is #5003A2. Grayscale: #D3D3D3. Windows color (decimal): -5243811 or 6159535. OLE color: 6159535.

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

Color convert

RGB 175 252 93 -
CMYK 0.31 0 0.63 0.01
HSL 89.06º 0.96% 0.68% -
HSV(B) 89.06º 0.63% 0.99% -
XYZ 54.47 79.53 22.84 -
YUV 210.85 61.49 102.43 -
System Red Green Blue C M Y K H S L
Decimal 175 252 93 0.31 0 0.63 0.01 89.06 0.96 0.68
Hex AF FC 5D 1F 0 3F 1 59 60 44
Octal 257 374 135 37 0 77 1 131 140 104
Binary 10101111 11111100 1011101 11111 0 111111 1 1011001 1100000 1000100

Color Harmonies of #AFFC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFC5D

Black with #AFFC5D

Text Example


Text Example

White with #AFFC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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