Html Css Color HEX #9AF25C Conifer

📋 copy color: '#9AF25C'

red 154 ◦ green 242 ◦ blue 92

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

Shades of Conifer #9AF25C

Tints of Conifer #9AF25C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.59%

 BLUE value IS 92 (36.33% from 255) = 18.85%

R = 31.56%
G = 49.59%
B = 18.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#9AF25C (or 0x9AF25C) is known color: Conifer. HEX triplet: 9A, F2 and 5C. RGB value is (154,242,92). Sum of RGB (Red+Green+Blue) = 154+242+92=488 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.56% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #9AF25C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AF25C is #650DA3. Grayscale: #C7C7C7. Windows color (decimal): -6622628 or 6091418. OLE color: 6091418.

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

Color convert

RGB 154 242 92 -
CMYK 0.36 0 0.62 0.05
HSL 95.2º 0.85% 0.65% -
HSV(B) 95.2º 0.62% 0.95% -
XYZ 47.01 71.15 21.38 -
YUV 198.59 67.85 96.2 -
System Red Green Blue C M Y K H S L
Decimal 154 242 92 0.36 0 0.62 0.05 95.2 0.85 0.65
Hex 9A F2 5C 24 0 3E 5 5F 55 41
Octal 232 362 134 44 0 76 5 137 125 101
Binary 10011010 11110010 1011100 100100 0 111110 101 1011111 1010101 1000001

Color Harmonies of #9AF25C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF25C

Black with #9AF25C

Text Example


Text Example

White with #9AF25C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,242,92); }

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

background-color css

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

 a { background-color: rgb(154,242,92); }

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

border-color css

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

 span { border-color: rgb(154,242,92); }

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