Html Css Color HEX #9AF95A Conifer

📋 copy color: '#9AF95A'

red 154 ◦ green 249 ◦ blue 90

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

Shades of Conifer #9AF95A

Tints of Conifer #9AF95A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.51%

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

R = 31.24%
G = 50.51%
B = 18.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#9AF95A (or 0x9AF95A) is known color: Conifer. HEX triplet: 9A, F9 and 5A. RGB value is (154,249,90). Sum of RGB (Red+Green+Blue) = 154+249+90=493 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.24% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF95A is #6506A5. Grayscale: #CBCBCB. Windows color (decimal): -6620838 or 5962138. OLE color: 5962138.

HSL color Cylindrical-coordinate representation of color #9AF95A: hue angle of 95.85º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AF95A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 154 249 90 -
CMYK 0.38 0 0.64 0.02
HSL 95.85º 0.93% 0.66% -
HSV(B) 95.85º 0.64% 0.98% -
XYZ 49.05 75.36 21.63 -
YUV 202.47 64.53 93.43 -
System Red Green Blue C M Y K H S L
Decimal 154 249 90 0.38 0 0.64 0.02 95.85 0.93 0.66
Hex 9A F9 5A 26 0 40 2 60 5D 42
Octal 232 371 132 46 0 100 2 140 135 102
Binary 10011010 11111001 1011010 100110 0 1000000 10 1100000 1011101 1000010

Color Harmonies of #9AF95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF95A

Black with #9AF95A

Text Example


Text Example

White with #9AF95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,249,90); }

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

background-color css

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

 a { background-color: rgb(154,249,90); }

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

border-color css

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

 span { border-color: rgb(154,249,90); }

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