Html Css Color HEX #9AFF5F Conifer

📋 copy color: '#9AFF5F'

red 154 ◦ green 255 ◦ blue 95

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

Shades of Conifer #9AFF5F

Tints of Conifer #9AFF5F

RGB

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

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 95 (37.5% from 255) = 18.85%

R = 30.56%
G = 50.6%
B = 18.85%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#9AFF5F (or 0x9AFF5F) is known color: Conifer. HEX triplet: 9A, FF and 5F. RGB value is (154,255,95). Sum of RGB (Red+Green+Blue) = 154+255+95=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #9AFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFF5F is #6500A0. Grayscale: #CFCFCF. Windows color (decimal): -6619297 or 6291354. OLE color: 6291354.

HSL color Cylindrical-coordinate representation of color #9AFF5F: hue angle of 97.88º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AFF5F is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 154 255 95 -
CMYK 0.40 0 0.63 0
HSL 97.88º 1% 0.69% -
HSV(B) 97.88º 0.63% 1% -
XYZ 51.15 79.22 23.42 -
YUV 206.56 65.04 90.51 -
System Red Green Blue C M Y K H S L
Decimal 154 255 95 0.40 0 0.63 0 97.88 1 0.69
Hex 9A FF 5F 28 0 3F 0 62 64 45
Octal 232 377 137 50 0 77 0 142 144 105
Binary 10011010 11111111 1011111 101000 0 111111 0 1100010 1100100 1000101

Color Harmonies of #9AFF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AFF5F

Black with #9AFF5F

Text Example


Text Example

White with #9AFF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,255,95); }

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

background-color css

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

 a { background-color: rgb(154,255,95); }

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

border-color css

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

 span { border-color: rgb(154,255,95); }

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