Html Css Color HEX #A5E058 Conifer

📋 copy color: '#A5E058'

red 165 ◦ green 224 ◦ blue 88

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

Shades of Conifer #A5E058

Tints of Conifer #A5E058

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.96%

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

R = 34.59%
G = 46.96%
B = 18.45%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#A5E058 (or 0xA5E058) is known color: Conifer. HEX triplet: A5, E0 and 58. RGB value is (165,224,88). Sum of RGB (Red+Green+Blue) = 165+224+88=477 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.59% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 88 (34.77% from 255 or 18.45% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E058 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5E058 is #5A1FA7. Grayscale: #BFBFBF. Windows color (decimal): -5906344 or 5824677. OLE color: 5824677.

HSL color Cylindrical-coordinate representation of color #A5E058: hue angle of 86.03º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A5E058 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 88 -
CMYK 0.26 0 0.61 0.12
HSL 86.03º 0.69% 0.61% -
HSV(B) 86.03º 0.61% 0.88% -
XYZ 43.93 62.02 18.89 -
YUV 190.86 69.95 109.56 -
System Red Green Blue C M Y K H S L
Decimal 165 224 88 0.26 0 0.61 0.12 86.03 0.69 0.61
Hex A5 E0 58 1A 0 3D C 56 45 3D
Octal 245 340 130 32 0 75 14 126 105 75
Binary 10100101 11100000 1011000 11010 0 111101 1100 1010110 1000101 111101

Color Harmonies of #A5E058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E058

Black with #A5E058

Text Example


Text Example

White with #A5E058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E058; }

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

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

background-color css

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

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

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

border-color css

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

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

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