Html Css Color HEX #A0CF58 Conifer

📋 copy color: '#A0CF58'

red 160 ◦ green 207 ◦ blue 88

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

Shades of Conifer #A0CF58

Tints of Conifer #A0CF58

RGB

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

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

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

R = 35.16%
G = 45.49%
B = 19.34%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#A0CF58 (or 0xA0CF58) is known color: Conifer. HEX triplet: A0, CF and 58. RGB value is (160,207,88). Sum of RGB (Red+Green+Blue) = 160+207+88=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 207 (81.25% from 255 or 45.49% from 455); Blue value is 88 (34.77% from 255 or 19.34% from 455); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF58 is #5F30A7. Grayscale: #B3B3B3. Windows color (decimal): -6238376 or 5820320. OLE color: 5820320.

HSL color Cylindrical-coordinate representation of color #A0CF58: hue angle of 83.7º 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 #A0CF58 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 207 88 -
CMYK 0.23 0 0.57 0.19
HSL 83.7º 0.55% 0.58% -
HSV(B) 83.7º 0.57% 0.81% -
XYZ 38.57 52.8 17.39 -
YUV 179.38 76.43 114.18 -
System Red Green Blue C M Y K H S L
Decimal 160 207 88 0.23 0 0.57 0.19 83.7 0.55 0.58
Hex A0 CF 58 17 0 39 13 54 37 3A
Octal 240 317 130 27 0 71 23 124 67 72
Binary 10100000 11001111 1011000 10111 0 111001 10011 1010100 110111 111010

Color Harmonies of #A0CF58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF58

Black with #A0CF58

Text Example


Text Example

White with #A0CF58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF58; }

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

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

background-color css

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

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

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

border-color css

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

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

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