Html Css Color HEX #9AE550 Conifer

📋 copy color: '#9AE550'

red 154 ◦ green 229 ◦ blue 80

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

Shades of Conifer #9AE550

Tints of Conifer #9AE550

RGB

 RED value IS 154 (60.55% from 255) = 33.26%

 GREEN value IS 229 (89.84% from 255) = 49.46%

 BLUE value IS 80 (31.64% from 255) = 17.28%

R = 33.26%
G = 49.46%
B = 17.28%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#9AE550 (or 0x9AE550) is known color: Conifer. HEX triplet: 9A, E5 and 50. RGB value is (154,229,80). Sum of RGB (Red+Green+Blue) = 154+229+80=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE550 is #651AAF. Grayscale: #BEBEBE. Windows color (decimal): -6625968 or 5301658. OLE color: 5301658.

HSL color Cylindrical-coordinate representation of color #9AE550: hue angle of 90.2º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9AE550 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 229 80 -
CMYK 0.33 0 0.65 0.10
HSL 90.2º 0.74% 0.61% -
HSV(B) 90.2º 0.65% 0.9% -
XYZ 42.79 63.49 17.59 -
YUV 189.59 66.15 102.62 -
System Red Green Blue C M Y K H S L
Decimal 154 229 80 0.33 0 0.65 0.10 90.2 0.74 0.61
Hex 9A E5 50 21 0 41 A 5A 4A 3D
Octal 232 345 120 41 0 101 12 132 112 75
Binary 10011010 11100101 1010000 100001 0 1000001 1010 1011010 1001010 111101

Color Harmonies of #9AE550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE550

Black with #9AE550

Text Example


Text Example

White with #9AE550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE550; }

 p { color: rgb(154,229,80); }

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

background-color css

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

 a { background-color: rgb(154,229,80); }

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

border-color css

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

 span { border-color: rgb(154,229,80); }

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