Html Css Color HEX #A5FA58 Conifer

📋 copy color: '#A5FA58'

red 165 ◦ green 250 ◦ blue 88

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

Shades of Conifer #A5FA58

Tints of Conifer #A5FA58

RGB

 RED value IS 165 (64.84% from 255) = 32.8%

 GREEN value IS 250 (98.05% from 255) = 49.7%

 BLUE value IS 88 (34.77% from 255) = 17.5%

R = 32.8%
G = 49.7%
B = 17.5%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#A5FA58 (or 0xA5FA58) is known color: Conifer. HEX triplet: A5, FA and 58. RGB value is (165,250,88). Sum of RGB (Red+Green+Blue) = 165+250+88=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 88 (34.77% from 255 or 17.50% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FA58 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FA58 is #5A05A7. Grayscale: #CECECE. Windows color (decimal): -5899688 or 5831333. OLE color: 5831333.

HSL color Cylindrical-coordinate representation of color #A5FA58: hue angle of 91.48º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5FA58 is Cyan = 0.34, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 250 88 -
CMYK 0.34 0 0.65 0.02
HSL 91.48º 0.94% 0.66% -
HSV(B) 91.48º 0.65% 0.98% -
XYZ 51.46 77.08 21.4 -
YUV 206.12 61.34 98.67 -
System Red Green Blue C M Y K H S L
Decimal 165 250 88 0.34 0 0.65 0.02 91.48 0.94 0.66
Hex A5 FA 58 22 0 41 2 5B 5E 42
Octal 245 372 130 42 0 101 2 133 136 102
Binary 10100101 11111010 1011000 100010 0 1000001 10 1011011 1011110 1000010

Color Harmonies of #A5FA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FA58

Black with #A5FA58

Text Example


Text Example

White with #A5FA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FA58; }

 p { color: rgb(165,250,88); }

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

background-color css

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

 a { background-color: rgb(165,250,88); }

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

border-color css

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

 span { border-color: rgb(165,250,88); }

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