Html Css Color HEX #A1EF45 Conifer

📋 copy color: '#A1EF45'

red 161 ◦ green 239 ◦ blue 69

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

Shades of Conifer #A1EF45

Tints of Conifer #A1EF45

RGB

 RED value IS 161 (63.28% from 255) = 34.33%

 GREEN value IS 239 (93.75% from 255) = 50.96%

 BLUE value IS 69 (27.34% from 255) = 14.71%

R = 34.33%
G = 50.96%
B = 14.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#A1EF45 (or 0xA1EF45) is known color: Conifer. HEX triplet: A1, EF and 45. RGB value is (161,239,69). Sum of RGB (Red+Green+Blue) = 161+239+69=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 239 (93.75% from 255 or 50.96% from 469); Blue value is 69 (27.34% from 255 or 14.71% from 469); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1EF45 is #5E10BA. Grayscale: #C4C4C4. Windows color (decimal): -6164667 or 4583329. OLE color: 4583329.

HSL color Cylindrical-coordinate representation of color #A1EF45: hue angle of 87.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1EF45 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 69 -
CMYK 0.33 0 0.71 0.06
HSL 87.53º 0.84% 0.6% -
HSV(B) 87.53º 0.71% 0.94% -
XYZ 46.64 69.74 16.63 -
YUV 196.3 56.16 102.82 -
System Red Green Blue C M Y K H S L
Decimal 161 239 69 0.33 0 0.71 0.06 87.53 0.84 0.6
Hex A1 EF 45 21 0 47 6 58 54 3C
Octal 241 357 105 41 0 107 6 130 124 74
Binary 10100001 11101111 1000101 100001 0 1000111 110 1011000 1010100 111100

Color Harmonies of #A1EF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EF45

Black with #A1EF45

Text Example


Text Example

White with #A1EF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EF45; }

 p { color: rgb(161,239,69); }

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

background-color css

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

 a { background-color: rgb(161,239,69); }

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

border-color css

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

 span { border-color: rgb(161,239,69); }

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