Html Css Color HEX #A0F44B Conifer

📋 copy color: '#A0F44B'

red 160 ◦ green 244 ◦ blue 75

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

Shades of Conifer #A0F44B

Tints of Conifer #A0F44B

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.94%

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

R = 33.4%
G = 50.94%
B = 15.66%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#A0F44B (or 0xA0F44B) is known color: Conifer. HEX triplet: A0, F4 and 4B. RGB value is (160,244,75). Sum of RGB (Red+Green+Blue) = 160+244+75=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F44B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F44B is #5F0BB4. Grayscale: #C8C8C8. Windows color (decimal): -6228917 or 4977824. OLE color: 4977824.

HSL color Cylindrical-coordinate representation of color #A0F44B: hue angle of 89.82º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A0F44B is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 75 -
CMYK 0.34 0 0.69 0.04
HSL 89.82º 0.88% 0.63% -
HSV(B) 89.82º 0.69% 0.96% -
XYZ 48.12 72.68 18.15 -
YUV 199.62 57.67 99.74 -
System Red Green Blue C M Y K H S L
Decimal 160 244 75 0.34 0 0.69 0.04 89.82 0.88 0.63
Hex A0 F4 4B 22 0 45 4 5A 58 3F
Octal 240 364 113 42 0 105 4 132 130 77
Binary 10100000 11110100 1001011 100010 0 1000101 100 1011010 1011000 111111

Color Harmonies of #A0F44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F44B

Black with #A0F44B

Text Example


Text Example

White with #A0F44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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