Html Css Color HEX #96EF4A Conifer

📋 copy color: '#96EF4A'

red 150 ◦ green 239 ◦ blue 74

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

Shades of Conifer #96EF4A

Tints of Conifer #96EF4A

RGB

 RED value IS 150 (58.98% from 255) = 32.4%

 GREEN value IS 239 (93.75% from 255) = 51.62%

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 32.4%
G = 51.62%
B = 15.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#96EF4A (or 0x96EF4A) is known color: Conifer. HEX triplet: 96, EF and 4A. RGB value is (150,239,74). Sum of RGB (Red+Green+Blue) = 150+239+74=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 239 (93.75% from 255 or 51.62% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF4A is #6910B5. Grayscale: #C2C2C2. Windows color (decimal): -6885558 or 4910998. OLE color: 4910998.

HSL color Cylindrical-coordinate representation of color #96EF4A: hue angle of 92.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96EF4A is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 74 -
CMYK 0.37 0 0.69 0.06
HSL 92.36º 0.84% 0.61% -
HSV(B) 92.36º 0.69% 0.94% -
XYZ 44.68 68.71 17.39 -
YUV 193.58 60.51 96.92 -
System Red Green Blue C M Y K H S L
Decimal 150 239 74 0.37 0 0.69 0.06 92.36 0.84 0.61
Hex 96 EF 4A 25 0 45 6 5C 54 3D
Octal 226 357 112 45 0 105 6 134 124 75
Binary 10010110 11101111 1001010 100101 0 1000101 110 1011100 1010100 111101

Color Harmonies of #96EF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EF4A

Black with #96EF4A

Text Example


Text Example

White with #96EF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96EF4A; }

 p { color: rgb(150,239,74); }

 H1.HeaderClassName
 {
   color: #96EF4A;
 }
 .AnyTagClassName
 {
   color: #96EF4A;
 }
</style>

background-color css

<style>
 a { background-color: #96EF4A; }

 a { background-color: rgb(150,239,74); }

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

border-color css

<style>
 span { border-color: #96EF4A; }

 span { border-color: rgb(150,239,74); }

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