Html Css Color HEX #A5CC63 Conifer

📋 copy color: '#A5CC63'

red 165 ◦ green 204 ◦ blue 99

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

Shades of Conifer #A5CC63

Tints of Conifer #A5CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.59%

 BLUE value IS 99 (39.06% from 255) = 21.15%

R = 35.26%
G = 43.59%
B = 21.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#A5CC63 (or 0xA5CC63) is known color: Conifer. HEX triplet: A5, CC and 63. RGB value is (165,204,99). Sum of RGB (Red+Green+Blue) = 165+204+99=468 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.26% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CC63 is #5A339C. Grayscale: #B4B4B4. Windows color (decimal): -5911453 or 6540453. OLE color: 6540453.

HSL color Cylindrical-coordinate representation of color #A5CC63: hue angle of 82.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5CC63 is Cyan = 0.19, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 204 99 -
CMYK 0.19 0 0.51 0.2
HSL 82.29º 0.51% 0.59% -
HSV(B) 82.29º 0.51% 0.8% -
XYZ 39.36 52.09 19.78 -
YUV 180.37 82.08 117.04 -
System Red Green Blue C M Y K H S L
Decimal 165 204 99 0.19 0 0.51 0.2 82.29 0.51 0.59
Hex A5 CC 63 13 0 33 14 52 33 3B
Octal 245 314 143 23 0 63 24 122 63 73
Binary 10100101 11001100 1100011 10011 0 110011 10100 1010010 110011 111011

Color Harmonies of #A5CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CC63

Black with #A5CC63

Text Example


Text Example

White with #A5CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CC63; }

 p { color: rgb(165,204,99); }

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

background-color css

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

 a { background-color: rgb(165,204,99); }

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

border-color css

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

 span { border-color: rgb(165,204,99); }

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