Html Css Color HEX #A8EF4B Conifer

📋 copy color: '#A8EF4B'

red 168 ◦ green 239 ◦ blue 75

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

Shades of Conifer #A8EF4B

Tints of Conifer #A8EF4B

RGB

 RED value IS 168 (66.02% from 255) = 34.85%

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

 BLUE value IS 75 (29.69% from 255) = 15.56%

R = 34.85%
G = 49.59%
B = 15.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#A8EF4B (or 0xA8EF4B) is known color: Conifer. HEX triplet: A8, EF and 4B. RGB value is (168,239,75). Sum of RGB (Red+Green+Blue) = 168+239+75=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8EF4B is #5710B4. Grayscale: #C7C7C7. Windows color (decimal): -5705909 or 4976552. OLE color: 4976552.

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

Color convert

RGB 168 239 75 -
CMYK 0.30 0 0.69 0.06
HSL 85.98º 0.84% 0.62% -
HSV(B) 85.98º 0.69% 0.94% -
XYZ 48.28 70.57 17.73 -
YUV 199.08 57.98 105.84 -
System Red Green Blue C M Y K H S L
Decimal 168 239 75 0.30 0 0.69 0.06 85.98 0.84 0.62
Hex A8 EF 4B 1E 0 45 6 56 54 3E
Octal 250 357 113 36 0 105 6 126 124 76
Binary 10101000 11101111 1001011 11110 0 1000101 110 1010110 1010100 111110

Color Harmonies of #A8EF4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF4B

Black with #A8EF4B

Text Example


Text Example

White with #A8EF4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF4B; }

 p { color: rgb(168,239,75); }

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

background-color css

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

 a { background-color: rgb(168,239,75); }

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

border-color css

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

 span { border-color: rgb(168,239,75); }

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