Html Css Color HEX #A5CF62 Conifer

📋 copy color: '#A5CF62'

red 165 ◦ green 207 ◦ blue 98

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

Shades of Conifer #A5CF62

Tints of Conifer #A5CF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.85%

R = 35.11%
G = 44.04%
B = 20.85%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#A5CF62 (or 0xA5CF62) is known color: Conifer. HEX triplet: A5, CF and 62. RGB value is (165,207,98). Sum of RGB (Red+Green+Blue) = 165+207+98=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 98 (38.67% from 255 or 20.85% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #A5CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5CF62 is #5A309D. Grayscale: #B6B6B6. Windows color (decimal): -5910686 or 6475685. OLE color: 6475685.

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

Color convert

RGB 165 207 98 -
CMYK 0.20 0 0.53 0.19
HSL 83.12º 0.53% 0.6% -
HSV(B) 83.12º 0.53% 0.81% -
XYZ 40.03 53.51 19.77 -
YUV 182.02 80.59 115.86 -
System Red Green Blue C M Y K H S L
Decimal 165 207 98 0.20 0 0.53 0.19 83.12 0.53 0.6
Hex A5 CF 62 14 0 35 13 53 35 3C
Octal 245 317 142 24 0 65 23 123 65 74
Binary 10100101 11001111 1100010 10100 0 110101 10011 1010011 110101 111100

Color Harmonies of #A5CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CF62

Black with #A5CF62

Text Example


Text Example

White with #A5CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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