Html Css Color HEX #A5CF55 Conifer

📋 copy color: '#A5CF55'

red 165 ◦ green 207 ◦ blue 85

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

Shades of Conifer #A5CF55

Tints of Conifer #A5CF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.6%

R = 36.11%
G = 45.3%
B = 18.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#A5CF55 (or 0xA5CF55) is known color: Conifer. HEX triplet: A5, CF and 55. RGB value is (165,207,85). Sum of RGB (Red+Green+Blue) = 165+207+85=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF55 is #5A30AA. Grayscale: #B4B4B4. Windows color (decimal): -5910699 or 5623717. OLE color: 5623717.

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

Color convert

RGB 165 207 85 -
CMYK 0.20 0 0.59 0.19
HSL 80.66º 0.56% 0.57% -
HSV(B) 80.66º 0.59% 0.81% -
XYZ 39.47 53.28 16.8 -
YUV 180.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 165 207 85 0.20 0 0.59 0.19 80.66 0.56 0.57
Hex A5 CF 55 14 0 3B 13 51 38 39
Octal 245 317 125 24 0 73 23 121 70 71
Binary 10100101 11001111 1010101 10100 0 111011 10011 1010001 111000 111001

Color Harmonies of #A5CF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF55

Black with #A5CF55

Text Example


Text Example

White with #A5CF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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