Html Css Color HEX #9AF954 Conifer

📋 copy color: '#9AF954'

red 154 ◦ green 249 ◦ blue 84

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

Shades of Conifer #9AF954

Tints of Conifer #9AF954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.25%

R = 31.62%
G = 51.13%
B = 17.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#9AF954 (or 0x9AF954) is known color: Conifer. HEX triplet: 9A, F9 and 54. RGB value is (154,249,84). Sum of RGB (Red+Green+Blue) = 154+249+84=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 84 (33.20% from 255 or 17.25% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #9AF954 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF954 is #6506AB. Grayscale: #CACACA. Windows color (decimal): -6620844 or 5568922. OLE color: 5568922.

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

Color convert

RGB 154 249 84 -
CMYK 0.38 0 0.66 0.02
HSL 94.55º 0.93% 0.65% -
HSV(B) 94.55º 0.66% 0.98% -
XYZ 48.8 75.26 20.34 -
YUV 201.79 61.53 93.92 -
System Red Green Blue C M Y K H S L
Decimal 154 249 84 0.38 0 0.66 0.02 94.55 0.93 0.65
Hex 9A F9 54 26 0 42 2 5F 5D 41
Octal 232 371 124 46 0 102 2 137 135 101
Binary 10011010 11111001 1010100 100110 0 1000010 10 1011111 1011101 1000001

Color Harmonies of #9AF954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF954

Black with #9AF954

Text Example


Text Example

White with #9AF954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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