Html Css Color HEX #A0C75A Conifer

📋 copy color: '#A0C75A'

red 160 ◦ green 199 ◦ blue 90

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

Shades of Conifer #A0C75A

Tints of Conifer #A0C75A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 44.32%

 BLUE value IS 90 (35.55% from 255) = 20.04%

R = 35.63%
G = 44.32%
B = 20.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#A0C75A (or 0xA0C75A) is known color: Conifer. HEX triplet: A0, C7 and 5A. RGB value is (160,199,90). Sum of RGB (Red+Green+Blue) = 160+199+90=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #A0C75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C75A is #5F38A5. Grayscale: #AFAFAF. Windows color (decimal): -6240422 or 5949344. OLE color: 5949344.

HSL color Cylindrical-coordinate representation of color #A0C75A: hue angle of 81.47º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A0C75A is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 199 90 -
CMYK 0.20 0 0.55 0.22
HSL 81.47º 0.49% 0.57% -
HSV(B) 81.47º 0.55% 0.78% -
XYZ 36.77 49.06 17.2 -
YUV 174.91 80.08 117.36 -
System Red Green Blue C M Y K H S L
Decimal 160 199 90 0.20 0 0.55 0.22 81.47 0.49 0.57
Hex A0 C7 5A 14 0 37 16 51 31 39
Octal 240 307 132 24 0 67 26 121 61 71
Binary 10100000 11000111 1011010 10100 0 110111 10110 1010001 110001 111001

Color Harmonies of #A0C75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C75A

Black with #A0C75A

Text Example


Text Example

White with #A0C75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C75A; }

 p { color: rgb(160,199,90); }

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

background-color css

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

 a { background-color: rgb(160,199,90); }

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

border-color css

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

 span { border-color: rgb(160,199,90); }

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