Html Css Color HEX #9AF35A Conifer

📋 copy color: '#9AF35A'

red 154 ◦ green 243 ◦ blue 90

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

Shades of Conifer #9AF35A

Tints of Conifer #9AF35A

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.9%

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

R = 31.62%
G = 49.9%
B = 18.48%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#9AF35A (or 0x9AF35A) is known color: Conifer. HEX triplet: 9A, F3 and 5A. RGB value is (154,243,90). Sum of RGB (Red+Green+Blue) = 154+243+90=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF35A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF35A is #650CA5. Grayscale: #C7C7C7. Windows color (decimal): -6622374 or 5960602. OLE color: 5960602.

HSL color Cylindrical-coordinate representation of color #9AF35A: hue angle of 94.9º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AF35A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 154 243 90 -
CMYK 0.37 0 0.63 0.05
HSL 94.9º 0.86% 0.65% -
HSV(B) 94.9º 0.63% 0.95% -
XYZ 47.22 71.71 21.03 -
YUV 198.95 66.51 95.94 -
System Red Green Blue C M Y K H S L
Decimal 154 243 90 0.37 0 0.63 0.05 94.9 0.86 0.65
Hex 9A F3 5A 25 0 3F 5 5F 56 41
Octal 232 363 132 45 0 77 5 137 126 101
Binary 10011010 11110011 1011010 100101 0 111111 101 1011111 1010110 1000001

Color Harmonies of #9AF35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF35A

Black with #9AF35A

Text Example


Text Example

White with #9AF35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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