Html Css Color HEX #9AF355 Conifer

📋 copy color: '#9AF355'

red 154 ◦ green 243 ◦ blue 85

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

Shades of Conifer #9AF355

Tints of Conifer #9AF355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.63%

R = 31.95%
G = 50.41%
B = 17.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#9AF355 (or 0x9AF355) is known color: Conifer. HEX triplet: 9A, F3 and 55. RGB value is (154,243,85). Sum of RGB (Red+Green+Blue) = 154+243+85=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF355 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF355 is #650CAA. Grayscale: #C6C6C6. Windows color (decimal): -6622379 or 5632922. OLE color: 5632922.

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

Color convert

RGB 154 243 85 -
CMYK 0.37 0 0.65 0.05
HSL 93.8º 0.87% 0.64% -
HSV(B) 93.8º 0.65% 0.95% -
XYZ 47.02 71.63 19.94 -
YUV 198.38 64.01 96.35 -
System Red Green Blue C M Y K H S L
Decimal 154 243 85 0.37 0 0.65 0.05 93.8 0.87 0.64
Hex 9A F3 55 25 0 41 5 5E 57 40
Octal 232 363 125 45 0 101 5 136 127 100
Binary 10011010 11110011 1010101 100101 0 1000001 101 1011110 1010111 1000000

Color Harmonies of #9AF355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF355

Black with #9AF355

Text Example


Text Example

White with #9AF355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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