Html Css Color HEX #A0CF5C Conifer

📋 copy color: '#A0CF5C'

red 160 ◦ green 207 ◦ blue 92

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

Shades of Conifer #A0CF5C

Tints of Conifer #A0CF5C

RGB

 RED value IS 160 (62.89% from 255) = 34.86%

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

 BLUE value IS 92 (36.33% from 255) = 20.04%

R = 34.86%
G = 45.1%
B = 20.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#A0CF5C (or 0xA0CF5C) is known color: Conifer. HEX triplet: A0, CF and 5C. RGB value is (160,207,92). Sum of RGB (Red+Green+Blue) = 160+207+92=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 92 (36.33% from 255 or 20.04% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF5C is #5F30A3. Grayscale: #B4B4B4. Windows color (decimal): -6238372 or 6082464. OLE color: 6082464.

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

Color convert

RGB 160 207 92 -
CMYK 0.23 0 0.56 0.19
HSL 84.52º 0.55% 0.59% -
HSV(B) 84.52º 0.56% 0.81% -
XYZ 38.74 52.87 18.29 -
YUV 179.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 160 207 92 0.23 0 0.56 0.19 84.52 0.55 0.59
Hex A0 CF 5C 17 0 38 13 55 37 3B
Octal 240 317 134 27 0 70 23 125 67 73
Binary 10100000 11001111 1011100 10111 0 111000 10011 1010101 110111 111011

Color Harmonies of #A0CF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF5C

Black with #A0CF5C

Text Example


Text Example

White with #A0CF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF5C; }

 p { color: rgb(160,207,92); }

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

background-color css

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

 a { background-color: rgb(160,207,92); }

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

border-color css

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

 span { border-color: rgb(160,207,92); }

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