Html Css Color HEX #A0CF62 Olivine

📋 copy color: '#A0CF62'

red 160 ◦ green 207 ◦ blue 98

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

Shades of Olivine #A0CF62

Tints of Olivine #A0CF62

RGB

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

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

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

R = 34.41%
G = 44.52%
B = 21.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#A0CF62 (or 0xA0CF62) is known color: Olivine. HEX triplet: A0, CF and 62. RGB value is (160,207,98). Sum of RGB (Red+Green+Blue) = 160+207+98=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF62 is #5F309D. Grayscale: #B4B4B4. Windows color (decimal): -6238366 or 6475680. OLE color: 6475680.

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

Color convert

RGB 160 207 98 -
CMYK 0.23 0 0.53 0.19
HSL 85.87º 0.53% 0.6% -
HSV(B) 85.87º 0.53% 0.81% -
XYZ 39.01 52.98 19.73 -
YUV 180.52 81.43 113.36 -
System Red Green Blue C M Y K H S L
Decimal 160 207 98 0.23 0 0.53 0.19 85.87 0.53 0.6
Hex A0 CF 62 17 0 35 13 56 35 3C
Octal 240 317 142 27 0 65 23 126 65 74
Binary 10100000 11001111 1100010 10111 0 110101 10011 1010110 110101 111100

Color Harmonies of #A0CF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CF62

Black with #A0CF62

Text Example


Text Example

White with #A0CF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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