Html Css Color HEX #A5F058 Conifer

📋 copy color: '#A5F058'

red 165 ◦ green 240 ◦ blue 88

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

Shades of Conifer #A5F058

Tints of Conifer #A5F058

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 33.47%
G = 48.68%
B = 17.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.06

RGB Variations

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

Color information

#A5F058 (or 0xA5F058) is known color: Conifer. HEX triplet: A5, F0 and 58. RGB value is (165,240,88). Sum of RGB (Red+Green+Blue) = 165+240+88=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 88 (34.77% from 255 or 17.85% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #A5F058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F058 is #5A0FA7. Grayscale: #C8C8C8. Windows color (decimal): -5902248 or 5828773. OLE color: 5828773.

HSL color Cylindrical-coordinate representation of color #A5F058: hue angle of 89.61º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5F058 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB 165 240 88 -
CMYK 0.31 0 0.63 0.06
HSL 89.61º 0.84% 0.64% -
HSV(B) 89.61º 0.63% 0.94% -
XYZ 48.44 71.02 20.39 -
YUV 200.25 64.65 102.86 -
System Red Green Blue C M Y K H S L
Decimal 165 240 88 0.31 0 0.63 0.06 89.61 0.84 0.64
Hex A5 F0 58 1F 0 3F 6 5A 54 40
Octal 245 360 130 37 0 77 6 132 124 100
Binary 10100101 11110000 1011000 11111 0 111111 110 1011010 1010100 1000000

Color Harmonies of #A5F058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F058

Black with #A5F058

Text Example


Text Example

White with #A5F058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F058; }

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

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

background-color css

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

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

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

border-color css

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

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

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