Html Css Color HEX #A5CF58 Conifer

📋 copy color: '#A5CF58'

red 165 ◦ green 207 ◦ blue 88

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

Shades of Conifer #A5CF58

Tints of Conifer #A5CF58

RGB

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

 GREEN value IS 207 (81.25% from 255) = 45%

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

R = 35.87%
G = 45%
B = 19.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#A5CF58 (or 0xA5CF58) is known color: Conifer. HEX triplet: A5, CF and 58. RGB value is (165,207,88). Sum of RGB (Red+Green+Blue) = 165+207+88=460 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.87% from 460); Green value is 207 (81.25% from 255 or 45% from 460); Blue value is 88 (34.77% from 255 or 19.13% from 460); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF58 is #5A30A7. Grayscale: #B5B5B5. Windows color (decimal): -5910696 or 5820325. OLE color: 5820325.

HSL color Cylindrical-coordinate representation of color #A5CF58: hue angle of 81.18º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A5CF58 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 207 88 -
CMYK 0.20 0 0.57 0.19
HSL 81.18º 0.55% 0.58% -
HSV(B) 81.18º 0.57% 0.81% -
XYZ 39.59 53.33 17.44 -
YUV 180.88 75.59 116.68 -
System Red Green Blue C M Y K H S L
Decimal 165 207 88 0.20 0 0.57 0.19 81.18 0.55 0.58
Hex A5 CF 58 14 0 39 13 51 37 3A
Octal 245 317 130 24 0 71 23 121 67 72
Binary 10100101 11001111 1011000 10100 0 111001 10011 1010001 110111 111010

Color Harmonies of #A5CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF58

Black with #A5CF58

Text Example


Text Example

White with #A5CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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