Html Css Color HEX #A0E04B Conifer

📋 copy color: '#A0E04B'

red 160 ◦ green 224 ◦ blue 75

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

Shades of Conifer #A0E04B

Tints of Conifer #A0E04B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.8%

 BLUE value IS 75 (29.69% from 255) = 16.34%

R = 34.86%
G = 48.8%
B = 16.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#A0E04B (or 0xA0E04B) is known color: Conifer. HEX triplet: A0, E0 and 4B. RGB value is (160,224,75). Sum of RGB (Red+Green+Blue) = 160+224+75=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 224 (87.89% from 255 or 48.80% from 459); Blue value is 75 (29.69% from 255 or 16.34% from 459); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0E04B is #5F1FB4. Grayscale: #BCBCBC. Windows color (decimal): -6234037 or 4972704. OLE color: 4972704.

HSL color Cylindrical-coordinate representation of color #A0E04B: hue angle of 85.77º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0E04B is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 224 75 -
CMYK 0.29 0 0.67 0.12
HSL 85.77º 0.71% 0.59% -
HSV(B) 85.77º 0.67% 0.88% -
XYZ 42.42 61.29 16.25 -
YUV 187.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 160 224 75 0.29 0 0.67 0.12 85.77 0.71 0.59
Hex A0 E0 4B 1D 0 43 C 56 47 3B
Octal 240 340 113 35 0 103 14 126 107 73
Binary 10100000 11100000 1001011 11101 0 1000011 1100 1010110 1000111 111011

Color Harmonies of #A0E04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0E04B

Black with #A0E04B

Text Example


Text Example

White with #A0E04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0E04B; }

 p { color: rgb(160,224,75); }

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

background-color css

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

 a { background-color: rgb(160,224,75); }

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

border-color css

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

 span { border-color: rgb(160,224,75); }

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