Html Css Color HEX #A2F75A Conifer

📋 copy color: '#A2F75A'

red 162 ◦ green 247 ◦ blue 90

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

Shades of Conifer #A2F75A

Tints of Conifer #A2F75A

RGB

 RED value IS 162 (63.67% from 255) = 32.46%

 GREEN value IS 247 (96.88% from 255) = 49.5%

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

R = 32.46%
G = 49.5%
B = 18.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#A2F75A (or 0xA2F75A) is known color: Conifer. HEX triplet: A2, F7 and 5A. RGB value is (162,247,90). Sum of RGB (Red+Green+Blue) = 162+247+90=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F75A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F75A is #5D08A5. Grayscale: #CCCCCC. Windows color (decimal): -6097062 or 5961634. OLE color: 5961634.

HSL color Cylindrical-coordinate representation of color #A2F75A: hue angle of 92.48º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2F75A is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 247 90 -
CMYK 0.34 0 0.64 0.03
HSL 92.48º 0.91% 0.66% -
HSV(B) 92.48º 0.64% 0.97% -
XYZ 50.01 74.94 21.5 -
YUV 203.69 63.84 98.27 -
System Red Green Blue C M Y K H S L
Decimal 162 247 90 0.34 0 0.64 0.03 92.48 0.91 0.66
Hex A2 F7 5A 22 0 40 3 5C 5B 42
Octal 242 367 132 42 0 100 3 134 133 102
Binary 10100010 11110111 1011010 100010 0 1000000 11 1011100 1011011 1000010

Color Harmonies of #A2F75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F75A

Black with #A2F75A

Text Example


Text Example

White with #A2F75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F75A; }

 p { color: rgb(162,247,90); }

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

background-color css

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

 a { background-color: rgb(162,247,90); }

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

border-color css

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

 span { border-color: rgb(162,247,90); }

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